home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TCHANNELCONTROL / TCHANNELCONTROL.txt
Text File  |  2004-01-05  |  5KB  |  237 lines

  1. object ChannelControl: TChannelControl
  2.   Left = 416
  3.   Top = 300
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ChannelControl'
  7.   ClientHeight = 301
  8.   ClientWidth = 564
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object TopicGroup: TGroupBox
  24.     Left = 8
  25.     Top = 0
  26.     Width = 553
  27.     Height = 65
  28.     Caption = 'Topic'
  29.     TabOrder = 0
  30.     object TopicStamp: TLabel
  31.       Left = 8
  32.       Top = 44
  33.       Width = 55
  34.       Height = 13
  35.       Caption = 'TopicStamp'
  36.       Transparent = True
  37.     end
  38.     object TopicLength: TLabel
  39.       Left = 520
  40.       Top = 20
  41.       Width = 12
  42.       Height = 13
  43.       Caption = '85'
  44.       Color = clBtnFace
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = 41120
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentColor = False
  51.       ParentFont = False
  52.       Transparent = True
  53.     end
  54.     object TopicCombo: TInputCombo
  55.       Left = 8
  56.       Top = 16
  57.       Width = 505
  58.       Height = 21
  59.       ItemHeight = 13
  60.       TabOrder = 0
  61.       OnChange = TopicComboChange
  62.     end
  63.   end
  64.   object ModeGroup: TGroupBox
  65.     Left = 8
  66.     Top = 72
  67.     Width = 169
  68.     Height = 193
  69.     Caption = 'Mode'
  70.     TabOrder = 1
  71.     object ModeI: TCheckBox
  72.       Left = 8
  73.       Top = 16
  74.       Width = 153
  75.       Height = 17
  76.       Caption = '+i - invite only'
  77.       TabOrder = 0
  78.     end
  79.     object ModeK: TCheckBox
  80.       Left = 8
  81.       Top = 32
  82.       Width = 97
  83.       Height = 17
  84.       Caption = '+k - key:'
  85.       TabOrder = 1
  86.     end
  87.     object ModeL: TCheckBox
  88.       Left = 8
  89.       Top = 48
  90.       Width = 97
  91.       Height = 17
  92.       Caption = '+l - limit:'
  93.       TabOrder = 3
  94.     end
  95.     object ModeM: TCheckBox
  96.       Left = 8
  97.       Top = 64
  98.       Width = 153
  99.       Height = 17
  100.       Caption = '+m - moderated'
  101.       TabOrder = 5
  102.     end
  103.     object ModeN: TCheckBox
  104.       Left = 8
  105.       Top = 80
  106.       Width = 153
  107.       Height = 17
  108.       Caption = '+n - no outside messages'
  109.       TabOrder = 6
  110.     end
  111.     object ModeT: TCheckBox
  112.       Left = 8
  113.       Top = 96
  114.       Width = 153
  115.       Height = 17
  116.       Caption = '+t - only ops can set topic'
  117.       TabOrder = 7
  118.     end
  119.     object ModeP: TCheckBox
  120.       Left = 8
  121.       Top = 112
  122.       Width = 153
  123.       Height = 17
  124.       Caption = '+p - private (obsolete)'
  125.       TabOrder = 8
  126.       OnClick = ModePClick
  127.     end
  128.     object ModeS: TCheckBox
  129.       Left = 8
  130.       Top = 128
  131.       Width = 153
  132.       Height = 17
  133.       Caption = '+s - secret channel'
  134.       TabOrder = 9
  135.       OnClick = ModeSClick
  136.     end
  137.     object ChanKey: TEdit
  138.       Left = 88
  139.       Top = 32
  140.       Width = 73
  141.       Height = 17
  142.       AutoSize = False
  143.       TabOrder = 2
  144.     end
  145.     object ChanLimit: TEdit
  146.       Left = 88
  147.       Top = 48
  148.       Width = 73
  149.       Height = 17
  150.       AutoSize = False
  151.       TabOrder = 4
  152.     end
  153.   end
  154.   object BanGroup: TGroupBox
  155.     Left = 184
  156.     Top = 72
  157.     Width = 377
  158.     Height = 193
  159.     Caption = 'Bans'
  160.     TabOrder = 2
  161.     object Bans: TListView
  162.       Left = 8
  163.       Top = 16
  164.       Width = 361
  165.       Height = 137
  166.       Columns = <
  167.         item
  168.           AutoSize = True
  169.           Caption = 'Mask'
  170.         end
  171.         item
  172.           AutoSize = True
  173.           Caption = 'Set by'
  174.         end
  175.         item
  176.           AutoSize = True
  177.           Caption = 'Time'
  178.         end>
  179.       ReadOnly = True
  180.       RowSelect = True
  181.       TabOrder = 0
  182.       ViewStyle = vsReport
  183.       OnColumnClick = BansColumnClick
  184.       OnCompare = BansCompare
  185.       OnSelectItem = BansSelectItem
  186.     end
  187.     object BanBtn: TButton
  188.       Left = 8
  189.       Top = 160
  190.       Width = 75
  191.       Height = 25
  192.       Caption = 'Ban...'
  193.       TabOrder = 1
  194.       OnClick = BanBtnClick
  195.     end
  196.     object UnbanBtn: TButton
  197.       Left = 88
  198.       Top = 160
  199.       Width = 75
  200.       Height = 25
  201.       Caption = 'Unban'
  202.       TabOrder = 2
  203.       OnClick = UnbanBtnClick
  204.     end
  205.     object ClearBansBtn: TButton
  206.       Left = 184
  207.       Top = 160
  208.       Width = 75
  209.       Height = 25
  210.       Caption = 'Clear Bans'
  211.       TabOrder = 3
  212.       OnClick = ClearBansBtnClick
  213.     end
  214.   end
  215.   object OKBtn: TButton
  216.     Left = 408
  217.     Top = 272
  218.     Width = 75
  219.     Height = 25
  220.     Caption = 'OK'
  221.     Default = True
  222.     ModalResult = 1
  223.     TabOrder = 3
  224.     OnClick = OKBtnClick
  225.   end
  226.   object CancelBtn: TButton
  227.     Left = 486
  228.     Top = 272
  229.     Width = 75
  230.     Height = 25
  231.     Cancel = True
  232.     Caption = 'Cancel'
  233.     ModalResult = 2
  234.     TabOrder = 4
  235.   end
  236. end
  237.